You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Operators > Matrix Constructor > Matrix.Matrix Constructor ([In] int, [In] int, [In] bool, [In] bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Matrix Constructor ([In] int, [In] int, [In] bool, [In] bool)

Internally creates TMtx object without using object cache.

Syntax
C#
Visual Basic
public Matrix([In] int aRows, [In] int aCols, [In] bool aIsComplex, [In] bool aIsDouble);

Creates TMtx object without using object cache. Suitable for declaring global variables. To obtain Matrix type with storage from object cache, do not call the constructor, but simply declare the var.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!